Try to fix a bug where a window move, with a non-rectangular region
authorElliot Lee <sopwith@src.gnome.org>
Wed, 23 Aug 2000 00:50:32 +0000 (00:50 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 23 Aug 2000 00:50:32 +0000 (00:50 +0000)
commit3c8161925e6ef5b5f32fd332fab7e2b6294b49cd
treeec2d8032a1f7b9a167e3cb4c12785eb4c49ad573
parent3f14b4598f70cb477a80e662954b826d6267dcbf
Try to fix a bug where a window move, with a non-rectangular region

Try to fix a bug where a window move, with a non-rectangular region unobstructed, would cause
pieces of the window to be moved twice. Effectively, sort of implement a
gdk_draw_drawable_region(drawable, gc, drawable, region, dx, dy);

Am going blind trying to find the off-by-one thing, especially since it doesn't happen except for
the preview tests. Still not fixed, have at it.
gdk/linux-fb/gdkwindow-fb.c